EM FHInputFile/it

Other languages:

EM FHInputFile

Posizione nel menu
EM → FHInputFile
Ambiente
EM (add-on)
Avvio veloce
E I
Introdotto nella versione
0.17
Vedere anche
EM FHSolver

Descrizione

The FHInputFile tool creates the input FastHenry file based on the Document EM workbench objects.

Usage

To create a FastHenry input file:

  1. Create one EM FHSolver object and other EM workbench objects representing the 3D geometry as required for your model.
  2. Press the EM FHInputFile button, or press E then I keys.

Remarks

Scripting

See also: FreeCAD Scripting Basics.

The FHInputFile command can be used in macros and from the Python console by using the following function:

node = createFHInputFile(doc=None,filename=None,folder=None)

Example:

import FreeCAD, EM

fhsolver = EM.createFHInputFile()